home *** CD-ROM | disk | FTP | other *** search
- "FILE"="Xteq Systems X-Setup Plugin 3.1"
- "TYPE"="5"
- "COUNT"="1"
- "UIPATH"="Internet\Internet Explorer\Other"
- "NAME"="Troubleshooting"
- "LANGUAGE"="VBScript"
- "TEXT 1"="Correct Channel Bar Position"
- "DESCRIPTION 1"="If your Channel Bar is missing, the position of it is maybe not correct. Click the first button to correct this."
- "AUTHOR"="Xteq Systems"
- "COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
- "COMMENT 1"="For more information, go to http://www.xteq.com or write to TeXHeX@gmx.net."
- "COMMENT 2"="Version 1.2"
-
-
- sP="HKCU\Software\Microsoft\Internet Explorer\Channels"
- Sub Plugin_Initialize
- If RegPathExists(sp) then
- 'do nothing???
- else
- Disable
- end if
- End Sub
-
- Sub Plugin_CheckData(ElementIndex)
- End Sub
-
- Sub Plugin_Apply(ElementIndex,ElementSubIndex)
- If ElementIndex=1 then
- If IsEmpty(RegReadValue(sp&"\Window_placement"))=false then
- Call RegDeleteValue(sp&"\Window_placement")
- end if
- Call MsgInformation("Corrected")
- end if
- End Sub
-
- Sub Plugin_Terminate
- End Sub
-